{
	*padding: 0;
	*margin: 0;
	}
ul,li,ol{
	list-style-type: none;
}
a{
	text-decoration: none;}
	
/*@font-face {
	font-family:myfirstfont;
	src: url('fonts/苹果丽黑(W6)－Hiragino Sans GB W6.otf');
}*/
@font-face {
	font-family:myenglishfont;
	src: url('fonts/TAHOMA.TTF');
}
 
body{
	font-size: 16px;
	background:#FFFFFF;
	height: 100%;
   margin: auto;
   padding: 0;
	-moz-text-size-adjust:auto; 
	-webkit-text-size-adjust:auto; 
	-ms-text-size-adjust: auto; 
	color:#4d5053;
	font-family:myenglishfont,"微软雅黑" ;
	text-align: center;}
	
 /*浮动框*/
.floater{
	
	z-index: 100;
	position: fixed;
	top:5px;
	right:10px;
}
.floater img{
	width:280px;
	height: 100px;
} 


 

 
 
/* 每行标题*/
.Acompany{
	 
	font-family: myfirstfont,sans-serif;  
	color:#15508c;
	font-size:22px;
}
.title{
  
 	letter-spacing:4px;
 	margin-top: -8px;
 	font-family:myenglishfont;
 	font-size:4px;
 	color:#363535;
    padding-left: 4px;
 }	
 .Acompany-white{
	 
	font-family: myfirstfont,sans-serif;
	padding-top:25px ; 
 
	color:#FFFFFF;
	font-size:22px;
}	
.title-white{
  
 	letter-spacing:4px;
 	margin-top: -8px;
 	font-family:myenglishfont;
 	font-size:7px;
 	color:#FFFFFF;
    padding-left: 4px;
 }
 
.img-buttom1 {
   
	 
	transition: all 0.6s ease;
	position: absolute;
	background:rgba(21,80,140,0.9);
	width:300px;
	height:300px;
	transform: translateY(-303px);
}/*图片底板*/
.img-buttom2 {
   
 
	transition: all 0.6s ease;
	position: absolute;
	background:rgba(21,80,140,0.9);
	width:300px;
	height:300px;
	transform: translateY(-303px);
}/*图片底板*/ 
.img-buttom3 {
   
	 
	transition: all 0.6s ease;
	position: absolute;
	background:rgba(21,80,140,0.9);
	width:300px;
	height:300px;
	transform: translateY(-303px);
}/*图片底板*/  
.img-top{
 	overflow: hidden;
 
	  
}
.img-top:hover .img-buttom1 {
	transform: translateY(0px);
}
.img-top:hover .img-buttom2 {
	transform: translateY(0px);
}

.img-top:hover .img-buttom3 {
	transform: translateY(0px);
}

